Class symantec.itools.db.swing.JDBStatusBar.SQLMessages
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.swing.JDBStatusBar.SQLMessages

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Dialog
                                   |
                                   +----JDialog
                                           |
                                           +----symantec.itools.db.swing.JDBStatusBar. SQLMessages

public class JDBStatusBar.SQLMessages
extends JDialog
implements DBStatusBarBase.SQLMessages

Constructor Index

 o symantec.itools.db.swing.JDBStatusBar. SQLMessages(JDBStatusBar)
 o symantec.itools.db.swing.JDBStatusBar. SQLMessages(JDBStatusBar, String, Component)

Method Index

 o addNotify()
 o displayText()
 o getChkAction()
 o getChkError()
 o getChkLastEvent()
 o getChkSQL()
 o getClearButton()
 o getTextArea()
 o setVisibleFrame(boolean)
Shows or hides the component depending on the boolean flag b.

Constructors

 o JDBStatusBar.SQLMessages
public JDBStatusBar.SQLMessages(JDBStatusBar this$0)
 o JDBStatusBar.SQLMessages
public JDBStatusBar.SQLMessages(JDBStatusBar this$0,
                                String title,
                                Component comp)

Methods

 o addNotify
public void addNotify()
Overrides:
addNotify in class Dialog
 o displayText
public void displayText()
 o getChkAction
public java.awt.Component getChkAction()
 o getChkError
public java.awt.Component getChkError()
 o getChkLastEvent
public java.awt.Component getChkLastEvent()
 o getChkSQL
public java.awt.Component getChkSQL()
 o getClearButton
public java.awt.Component getClearButton()
 o getTextArea
public java.awt.Component getTextArea()
 o setVisibleFrame
public void setVisibleFrame(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index